home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / stlogin4.lzh / TERMCAP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-21  |  304 b   |  12 lines

  1. #ifndef _TERMCAP_H
  2. #define _TERMCAP_H
  3.  
  4. int tgetent (char *bp, char *name);
  5. int tgetflag (char *id);
  6. int tgetnum (char *id);
  7. char *tgetstr (char *id, char **area);
  8. char *tgoto (char *cm, int destcol, int destline);
  9. void tputs (char *cp, int affcnt, int (*outc)(int ));
  10.  
  11. #endif /* _TERMCAP_H */
  12.